home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Applications / ARTAbrot 1.0 / ARTAbrot.make < prev    next >
Text File  |  1993-08-23  |  2KB  |  61 lines

  1. #   File:       ARTAbrot.make
  2. #   Target:     ARTAbrot
  3. #   Sources:    Main_ARTAbrot.c
  4. #               AB_Alert.c
  5. #               ComUtil_ARTAbrot.c
  6. #               About_ARTAbrot.c
  7. #               Enter_Coordinates.c
  8. #               Menu_ARTAbrot.c
  9. #               ARTAbrot.c
  10. #   Created:    Wednesday, August. 18, 1993 2:09:19 PM
  11.  
  12.  
  13. OPTS = -r -sym on -mc68020
  14.  
  15. OBJECTS = ∂
  16.         Main_ARTAbrot.c.o ∂
  17.         AB_Alert.c.o ∂
  18.         ComUtil_ARTAbrot.c.o ∂
  19.         About_ARTAbrot.c.o ∂
  20.         Enter_Coordinates.c.o ∂
  21.         Menu_ARTAbrot.c.o ∂
  22.         ARTAbrot.c.o ∂
  23.         brotcode.c.o
  24.  
  25.  
  26. ARTAbrot ƒƒ ARTAbrot.make {OBJECTS}
  27.     Link -t APPL -c ATT3 -sym on -mf ∂
  28.         {OBJECTS} ∂
  29.         #"{CLibraries}"Complex.o ∂
  30.         "{CLibraries}"StdCLib.o ∂
  31.         "{Libraries}"Runtime.o ∂
  32.         "{Libraries}"Interface.o ∂
  33.         -o ARTAbrot
  34. Main_ARTAbrot.c.o ƒ ARTAbrot.make Main_ARTAbrot.c About_ARTAbrot.h AB_Alert.h ARTAbrot.h ComUtil_ARTAbrot.h Enter_Coordinates.h Menu_ARTAbrot.h
  35.      C {OPTS} Main_ARTAbrot.c
  36. AB_Alert.c.o ƒ ARTAbrot.make AB_Alert.c AB_Alert.h ARTAbrot.h ComUtil_ARTAbrot.h
  37.      C {OPTS} AB_Alert.c
  38. ComUtil_ARTAbrot.c.o ƒ ARTAbrot.make ComUtil_ARTAbrot.c ARTAbrot.h ComUtil_ARTAbrot.h
  39.      C {OPTS} ComUtil_ARTAbrot.c
  40. About_ARTAbrot.c.o ƒ ARTAbrot.make About_ARTAbrot.c About_ARTAbrot.h ARTAbrot.h ComUtil_ARTAbrot.h
  41.      C {OPTS} About_ARTAbrot.c
  42. Enter_Coordinates.c.o ƒ ARTAbrot.make Enter_Coordinates.c AB_Alert.h ARTAbrot.h ComUtil_ARTAbrot.h Enter_Coordinates.h
  43.      C {OPTS} Enter_Coordinates.c
  44. Menu_ARTAbrot.c.o ƒ ARTAbrot.make Menu_ARTAbrot.c About_ARTAbrot.h AB_Alert.h ARTAbrot.h ComUtil_ARTAbrot.h Enter_Coordinates.h Menu_ARTAbrot.h
  45.      C {OPTS} Menu_ARTAbrot.c
  46. ARTAbrot.c.o ƒ ARTAbrot.make ARTAbrot.c AB_Alert.h ARTAbrot.h ComUtil_ARTAbrot.h brotcode.h
  47.      C {OPTS} ARTAbrot.c
  48. brotcode.c.o ƒ ARTAbrot.make brotcode.c brotcode.h
  49.      C {OPTS} brotcode.c
  50. mbrot ƒ ARTAbrot.make mbrot.s
  51.      d32asm mbrot.s mbrot
  52.  
  53. ARTAbrot ƒƒ ARTAbrot.make ARTAbrot.RSRC ARTAbrot.r mbrot
  54. # This is the main resource file 
  55.     Delete -i ARTAbrot.R
  56.     DeRez ARTAbrot.RSRC > ARTAbrot.R
  57.     Rez -append ARTAbrot.R -o ARTAbrot  
  58.     Delete -i mbrot.R
  59.     DeRez mbrot > mbrot.R
  60.     Rez -append mbrot.R -o ARTAbrot  
  61.